ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / FindIndex Method / FindIndex(Int32,Predicate<C1ZipEntry>) Method

In This Topic
    FindIndex(Int32,Predicate<C1ZipEntry>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal startIndex As System.Integer, _
       ByVal match As System.Predicate(Of C1ZipEntry) _
    ) As System.Integer
    public System.int FindIndex( 
       System.int startIndex,
       System.Predicate<C1ZipEntry> match
    )

    Parameters

    startIndex
    match
    See Also